All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cell | +----com.apple.alpha.app.ActionCell | +----com.apple.alpha.app.ButtonCell | +----com.apple.alpha.app.MenuItemCell | +----com.apple.alpha.app.PopUpButtonCell
NSPopUpButtonCell
.
[[NSPopUpButtonCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- addItemsWithTitles:
Objective-C instance method.
- addItemWithTitle:
Objective-C instance method.
- altersStateOfSelectedItem
Objective-C instance method.
- attachPopUpWithFrame:inView:
Objective-C instance method.
- autoenablesItems
Objective-C instance method.
- dismissPopUp
Objective-C instance method.
- indexOfItem:
Objective-C instance method.
- indexOfItemWithRepresentedObject:
Objective-C instance method.
- indexOfItemWithTag:
Objective-C instance method.
- indexOfItemWithTarget:andAction:
Objective-C instance method.
- indexOfItemWithTitle:
Objective-C instance method.
- indexOfSelectedItem
Objective-C instance method.
- insertItemWithTitle:atIndex:
Objective-C instance method.
- itemArray
Objective-C instance method.
- itemAtIndex:
Objective-C instance method.
- itemTitleAtIndex:
Objective-C instance method.
- itemTitles
Objective-C instance method.
- itemWithTitle:
Objective-C instance method.
- lastItem
Objective-C instance method.
- numberOfItems
Objective-C instance method.
- performClick:
Objective-C instance method.
- preferredEdge
Objective-C instance method.
- pullsDown
Objective-C instance method.
- removeAllItems
Objective-C instance method.
- removeItemAtIndex:
Objective-C instance method.
- removeItemWithTitle:
Objective-C instance method.
- selectedItem
Objective-C instance method.
- selectItem:
Objective-C instance method.
- selectItemAtIndex:
Objective-C instance method.
- selectItemWithTitle:
Objective-C instance method.
- setAltersStateOfSelectedItem:
Objective-C instance method.
- setAutoenablesItems:
Objective-C instance method.
- setMenu:
Objective-C instance method.
- setPreferredEdge:
Objective-C instance method.
- setPullsDown:
Objective-C instance method.
- setTitle:
Objective-C instance method.
- setUsesItemFromMenu:
Objective-C instance method.
- synchronizeTitleAndSelectedItem
Objective-C instance method.
- titleOfSelectedItem
Objective-C instance method.
- usesItemFromMenu
Objective-C instance method.
public static final String PopUpButtonCellWillPopUpNotification
protected PopUpButtonCell(boolean shouldAllocate, int objcObject)
public PopUpButtonCell()
[[NSPopUpButtonCell
alloc] init]
.
public PopUpButtonCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void setMenu(Menu menu)
- setMenu:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setPullsDown(boolean flag)
- setPullsDown:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native boolean pullsDown()
- pullsDown
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setAutoenablesItems(boolean flag)
- setAutoenablesItems:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native boolean autoenablesItems()
- autoenablesItems
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setPreferredEdge(int edge)
- setPreferredEdge:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int preferredEdge()
- preferredEdge
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setUsesItemFromMenu(boolean flag)
- setUsesItemFromMenu:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native boolean usesItemFromMenu()
- usesItemFromMenu
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setAltersStateOfSelectedItem(boolean flag)
- setAltersStateOfSelectedItem:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native boolean altersStateOfSelectedItem()
- altersStateOfSelectedItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void addItemWithTitle(String title)
- addItemWithTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void addItemsWithTitles(Array itemTitles)
- addItemsWithTitles:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void insertItemWithTitleAtIndex(String title, int index)
- insertItemWithTitle:atIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void removeItemWithTitle(String title)
- removeItemWithTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void removeItemAtIndex(int index)
- removeItemAtIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void removeAllItems()
- removeAllItems
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native Array itemArray()
- itemArray
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int numberOfItems()
- numberOfItems
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfItem(MenuItem item)
- indexOfItem:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfItemWithTitle(String title)
- indexOfItemWithTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfItemWithTag(int tag)
- indexOfItemWithTag:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfItemWithRepresentedObject(Object obj)
- indexOfItemWithRepresentedObject:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfItemWithTarget(Object target, Selector actionSelector)
- indexOfItemWithTarget:andAction:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native MenuItem itemAtIndex(int index)
- itemAtIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native MenuItem itemWithTitle(String title)
- itemWithTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native MenuItem lastItem()
- lastItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void selectItem(MenuItem item)
- selectItem:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void selectItemAtIndex(int index)
- selectItemAtIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void selectItemWithTitle(String title)
- selectItemWithTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void setTitle(String aString)
- setTitle:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native MenuItem selectedItem()
- selectedItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native int indexOfSelectedItem()
- indexOfSelectedItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void synchronizeTitleAndSelectedItem()
- synchronizeTitleAndSelectedItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native String itemTitleAtIndex(int index)
- itemTitleAtIndex:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native Array itemTitles()
- itemTitles
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native String titleOfSelectedItem()
- titleOfSelectedItem
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void attachPopUpWithFrame(Rect cellFrame, View controlView)
- attachPopUpWithFrame:inView:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void dismissPopUp()
- dismissPopUp
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
public native void performClick(Object sender)
- performClick:
Objective-C instance method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, PopUpButtonCell, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index